﻿em,
i {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

button {
    cursor: pointer
}

a {
    color: #333;
    text-decoration: none
}

button,
input {
    font-family: Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: " ";
}

input {
    appearance: none;
    -moz-appearance: none;

    border-radius: 0;
    outline: none;
    border: none;
}

input {
    outline: none;
}

.red {
    color: #e64d4d;
}

.green {
    color: #56db98;
}

.blue {
    color: #3375e8;
}

.clearfix {
    _zoom: 1;
}
.w-1200 {
    width: 1200px;
    margin: 0 auto;
}
table{

}
/**-----------------首页主体---------------------**/
.table-list-tit{
    width: 1200px;
    border-bottom: 4px solid #eee;
}
.table-list-tit li{
    display: inline-block;
    margin-right: 40px;
    line-height: 50px;
    font-size: 16px;
}
.table-list-tit li.tit{
    width: 90px;
    text-align: center;
    border-bottom: 4px solid #f76900; 
    color: #f76900; 
    font-size: 18px; 
    font-weight: bold; 
    margin-bottom: -4px;
}
.table-list-tit li.active{
    color: #f76900;
    font-weight: bold;
}
.table-tit-time{
    text-align: center;
    color: #4473c5;
    margin:30px auto;
}
.list-box1{
    width: 1200px;
    margin-top:20px auto;
}
.list-box1 h3{
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: #4473c5;
    margin-bottom: 2px;
}
.list-box1 table{
     border-collapse: collapse;
}
.list-box1 table td{
    height: 60px;
    line-height: 60px;
    text-align: center;
    border:1px solid #fff;
}
.list-box1 table tbody tr:nth-child(odd){
    background: #e9ecf5;
}
.list-box1 table tbody tr:nth-child(even){
    background: #cfd5eb;
}
/*2*/
.table-list-2{
    width: 1200px;
    margin:20px auto;
}
.table-list-2 .table-tit-2{
    width: 1200px;
    height: 52px;
    line-height: 52px;
    background: #5b9bd5;
    color: #fff;
    font-size: 16px;
}
.table-list-2 .table-tit-2 span{
    float: left;
    width: 260px;
    text-align: center;
}
.table-list-2 .table-tit-2 ul{
    float: left;
}
.table-list-2 .table-tit-2 ul li{
    display: inline-block;
    padding: 0 40px;

}
.table-list-2 .table-tit-2 ul li a{
    color:#fff;

}
.table-list-2 .table-tit-2 ul li.active{
    background: #0070c0;
}
.table-list-2 .table-center-2{
    width: 1200px;

}
.table-center-2 .left-table{
    float: left;
    width: 780px;
}
.table-center-2 .left-table table{
    border-collapse: collapse;
}
.table-center-2 .left-table table td{
    height: 42px;
    line-height: 42px;
    text-align: center;
    border:1px solid #9eb3d3;
}

.table-center-2 .left-table table tr:nth-child(odd){
    background: #cfd5eb;
}
.table-center-2 .left-table table tr:nth-child(even){
    background: #e9ecf5;
}
.table-center-2 .right-table{
    float: left;
    width: 420px;
}
.table-list-2 h4{
    background: #d2deef;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border:1px solid #a1b5d5;
    font-size: 14px;
    font-weight: normal;
}
.table-list-2 h5{
    background: #eaeff7;
    text-align: center;
    height: 42px;
    line-height: 42px;
     border:1px solid #a1b5d5;
    border-top:0;
     font-size: 14px;
    font-weight: normal;
}